Class symantec.itools.awt.util.dialog.ModalDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.util.dialog.ModalDialog

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Dialog
                                   |
                                   +----DialogBox
                                           |
                                           +----symantec.itools.awt.util.dialog.ModalDialog

public class ModalDialog
extends DialogBox
Specifies a modal dialog. This dialog is not resizable and will close itself as needed.


Constructor Index

 o symantec.itools.awt.util.dialog.ModalDialog(Frame)
Constructs a ModalDialog with the given parent.
 o symantec.itools.awt.util.dialog.ModalDialog(Frame, String)
Constructs a ModalDialog with the given parent and title.

Constructors

 o ModalDialog
public ModalDialog(Frame f)
Constructs a ModalDialog with the given parent.

Parameters:
f - the frame of this dialogÆs parent
 o ModalDialog
public ModalDialog(Frame f,
                   String s)
Constructs a ModalDialog with the given parent and title.

Parameters:
f - the frame of this dialogÆs parent
s - the title for this dialog

All Packages  Class Hierarchy  This Package  Previous  Next  Index